home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / yase.zip / YASE.DOC < prev    next >
Text File  |  1989-03-10  |  2KB  |  62 lines

  1. Documentaion for YASE (Yet Another Sector Editor)
  2.  
  3. Format:
  4. yase [d:]
  5.  
  6. where d: is the drive to be read.
  7.  
  8. Ok, I know you're wondering, "oh god, not another sector.  Why, I 
  9. can just use Norton."  Well, yes, you could, but Norton Utilities (c)
  10. is not shareware, so you really can't distribute it, at least 
  11. not legally.  The same can be said for every other sector editor 
  12. I've seen around.  Thus I felt the need for a simple, shareware 
  13. editor.  Yes, I admit it, this program is a bit primative, or 
  14. rather, very, but that's the exact reason I created it.  Recently 
  15. I needed to look at some disks that were formatted for UCSD p-system
  16. rather than DOS.  First thing I did was to use Norton Utilities (c),
  17. or rather I tried to.  Norton refused quite adamantly to read 
  18. these disks.  So, I created YASE to attempt to read these disks.  
  19. Lo and behold it worked.  I then spruced it up some to it's 
  20. current form.  Enjoy!
  21.  
  22. Commands:
  23.  
  24. ?       Help screen
  25. d       Switch drive.  Prompts for new drive
  26. r       Reread sector
  27. w       Write sector
  28. +,-     Increment and decrement current sector
  29. h,j,k,l Move cursor.  h=left, j=down, k=up, l=right
  30. g       Go to a sector.  Prompts for new sector number
  31. e       Edit byte under cursor.  Prompts for new value, in hex
  32. <tab>   Toggles eight bit stripping
  33. q       Quit YASE
  34.  
  35. Comments:
  36.     YASE was written for a CGA system.  It will only work on 
  37. systems where text video memory is located at segment B800H, as it 
  38. writes directly to video memory for speed.  Also, the program 
  39. currently does NOT check for disk length, so it's possible to 
  40. attempt to read beyond the end of a disk, which results in an 
  41. error.  If anyone knows of a way to find out how many sectors are 
  42. on a disk (perhaps through a BIOS call?), esp. in Turbo C (c), I 
  43. would be very much appreciate the information.  Also, the program 
  44. is set up so that reads beyond 20 meg (about sector 47,000) are 
  45. not allowed for the above reason.  Any other bugs or comments, 
  46. please mail to me.
  47.  
  48. Donations:
  49.     For a donation of $20 you will receive the most recent version 
  50. of YASE, while for $35 you will receive source code as well as 
  51. some other DFH shareware products.
  52.  
  53. Send all bugs, comments, donations, etc to:
  54.  
  55.         Ari D Jordon
  56.         2227 Double Eagle Ct.
  57.         Reston, VA 22091
  58.  
  59. YASE is a copywrite of DFH Inc and Ari D Jordon
  60. Turbo C is a copywrite of Borland International Inc.
  61. Norton Utilities is a copywrite of Peter Norton
  62.